home *** CD-ROM | disk | FTP | other *** search
/ Suzy B Software 2 / Suzy B Software CD-ROM 2 (1994).iso / extras / boot_up / analys12 / analyser.doc next >
Text File  |  1995-04-27  |  2KB  |  53 lines

  1.              ANALYSER - a simple ACSI/SCSI device scanner
  2.              --------------------------------------------
  3.  
  4. ANALYSER version 1.2 is Freeware by Roger Burrows, Anodyne Software.
  5. It is hereby placed in the public domain, and may be freely copied and
  6. distributed.  Please keep the program executable and this documentation
  7. together - thanks.
  8.  
  9.  
  10. Description
  11. -----------
  12. ANALYSER is a program to scan the peripheral bus(es) on STs, TTs, and
  13. Falcons.  On the ST, it scans the ACSI bus; on the Falcon, it scans the
  14. SCSI bus; on the TT, it scans both the ACSI and SCSI buses.  It issues
  15. an INQUIRY command to each possible device id in order to determine if
  16. there is a device at that id and, if so, what type of device it is.
  17.  
  18. If a device is present at a specific id, the following information is
  19. listed:
  20.   1. The device type (as defined by the SCSI spec): one of:
  21.     direct-access (e.g. hard disk)
  22.     sequential-access (e.g. tape)
  23.     printer
  24.     processor
  25.     write-once read-multiple (e.g. optical disk)
  26.     read-only direct-access (e.g. cd-rom)
  27.      If the device isn't recognised as one of the above, it shows as
  28.      "unknown device".
  29.   2. The vendor and model identifier for the device, as obtained from
  30.      the data returned by the INQUIRY command.
  31.  
  32.  
  33. Limitations
  34. -----------
  35. ANALYSER does not try to identify if there is more than one logical
  36. unit at each address.  This situation is relatively rare when using
  37. SCSI devices (either directly on a TT or via an ACSI-to-SCSI host
  38. adapter).  It can occur if you are using older-style MFM drives
  39. connected via an MFM-to-SCSI converter.
  40.  
  41.  
  42. Paranoia department
  43. -------------------
  44. As described above, this program only issues an INQUIRY command to
  45. each device, which responds with basic device information.  I have
  46. run it on my 1040ST, TT030 and Falcon030 with no problems.  However,
  47. in the extremely unlikely event that it causes problems with your
  48. system, your spouse, or your pet aardvark, I cannot be responsible
  49. for any damage to the aforementioned system, spouse, or aardvark.
  50.  
  51. Roger Burrows
  52. Anodyne Software
  53.